/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 12px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}
@font-face { font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),  url('../font/iconfont.woff2') format('woff2'),  url('../font/iconfont.woff') format('woff'),  url('../font/iconfont.ttf') format('truetype'),  url('../font/iconfont.svg#iconfont') format('svg'); }
.iconfont { font-family: "iconfont" !important; font-style: normal; }

.w1280 { width: 1280px; margin: 0 auto; }
@media screen and (max-width:1200px) and (min-width:1200px) {
.w1280 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1280 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1280 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1280 { width: 95%; }
}




/*首页*/
#header .logo { width: 550px; margin: 30px 10px 10px; display: inline-block; }
#header .logo img { vertical-align: middle; }
.container,.container1 { width: 1280px; margin: 0 auto; }
.search-box .search{ float:left; margin-top:40px;}
.search-box .search .sr{width:200px;padding:0 10px;background:#f3f3f3;color:#999;font-size:14px;height:40px;line-height:22px;float:right;outline:none;border-radius:4px 0 0 4px;}
.search-box .search .tj{width:70px;height:40px;background:#0256ac url(../images/search_btn.png) center center no-repeat;font-size:0;cursor:pointer;float:right;border-radius:0 4px 4px 0;}
.search-box .search .tj:hover{background:#0256ac url(../images/search_btn.png) center center no-repeat;}
.contact-index { display: inline-block; height: 120px; line-height: 120px; margin-left: 60px; }
.contact-index p { margin-left: 15px; }
.contact-index .tel { font-size: 20px; margin-top: 34px; margin-bottom: 0px; color: #37474f; color: #2a333c; text-align: right; line-height: 30px; }
.contact-index .tel .iconfont { margin-right: 5px; border-right: 1px solid; padding-right: 5px; }
.contact-index .mail { color: #ffffff; color: #76838f; font-size: 14px; text-align: right; line-height: 24px; }
/*导航*/
#nav { background: #1461cc; width: 100%; }
#nav ul li { float: left; width: 10%; margin: 0 10px; }
#nav ul li a { color: #fff; width: 98%; padding: 0 1%; font-size: 14px; text-align: center; height: 45px; line-height: 45px; display: inline-block; cursor: pointer; }
#nav ul li a:hover,#nav ul li a.nav_on { background: #f18200; color:#fff; }
.web_nav { display: none; width: 90%; height: 50px; line-height: 50px; color: #fff; font-size: 16px; margin: 0 auto; font-weight: bold; }
.btn-menu { display: block; float: right; position: relative; background: transparent; cursor: pointer; padding: 15px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #ffffff; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 1px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.btn-menu span { position: absolute; width: 100%; height: 1px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
.btn-menu.active span { opacity: 0; }
.btn-menu.active:before { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.btn-menu.active:after { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
/**ly_banner**/
.flickerplate { position: relative; width: 100%; height: 500px; background-color: #e6e6e6; overflow: hidden; }
.flickerplate ul.flicks { width: 10000%; height: 100%; padding: 0px; margin: 0px; list-style: none }
.flickerplate ul.flicks>li { float: left; width: 1%; height: 100%; background-position: center; background-size: cover; display: table }
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner1.jpg); }
.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner2.jpg); }
.flickerplate ul.flicks>li .flick-inner { height: 100%; padding: 10px; color: #fff; display: table-cell; vertical-align: middle }
.flickerplate ul.flicks>li .flick-inner .flick-content { max-width: 68.75em; margin-left: auto; margin-right: auto }
.flickerplate ul.flicks>li .flick-title { padding: 0px 0px; font-size: 2.778em; line-height: 1.995em; text-align: center }
@media only screen and (max-width:43.813em) {
.flickerplate ul.flicks>li .flick-title { font-size: 1.667em }
}
.flickerplate ul.flicks>li .flick-sub-text { padding: 5px; font-weight: 300; line-height: 2.5em; color: rgba(255,255,255,0.8); text-align: center }
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text { padding: 12px 18px; background-color: rgba(0,0,0,0.6) }
.flickerplate .arrow-navigation { position: absolute; height: 80%; width: 10%; top: 10%; z-index: 100; overflow: hidden }
.flickerplate .arrow-navigation .arrow { display: block; height: 100%; width: 90%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out }
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover { cursor: pointer }
.flickerplate .arrow-navigation.left { left: 0% }
.flickerplate .arrow-navigation.left .arrow { opacity: 0; margin: 0px 0px 0px 50%; background-image: url("../images/arrow-left-light.png"); background-repeat: no-repeat; background-position: left }
.flickerplate .arrow-navigation.right { right: 0% }
.flickerplate .arrow-navigation.right .arrow { opacity: 0; margin: 0px 0px 0px -50%; background-image: url("../images/arrow-right-light.png"); background-repeat: no-repeat; background-position: right }
.flickerplate .arrow-navigation.left.hover .arrow { opacity: 1; margin: 0px 0px 0px 20% }
.flickerplate .arrow-navigation.right.hover .arrow { opacity: 1; margin: 0px 0px 0px -20% }
.flickerplate .dot-navigation { position: absolute; bottom: 15px; width: 100%; text-align: center; z-index: 100 }
.flickerplate .dot-navigation ul { text-align: center; list-style: none; padding: 0px 15px }
.flickerplate .dot-navigation ul li { display: inline-block; float: none }
.flickerplate .dot-navigation .dot { width: 10px; height: 10px; margin: 0px 5px; background-color: rgba(255,255,255,0.5); border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out }
.flickerplate .dot-navigation .dot:hover { cursor: pointer; background-color: rgba(255,255,255,0.5) }
.flickerplate .dot-navigation .dot.active { background-color: #16b4b9; }
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul { text-align: left }
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul { text-align: right }
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow { background-image: url("../images/arrow-left-dark.png") }
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow { background-image: url("../images/arrow-right-dark.png") }
.flickerplate.flicker-theme-dark .dot-navigation .dot { background-color: rgba(0,0,0,0.12) }
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover { background-color: rgba(0,0,0,0.6) }
.flickerplate.flicker-theme-dark .dot-navigation .dot.active { background-color: #000 }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner { color: rgba(0,0,0,0.9) }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text { color: rgba(0,0,0,0.9) }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text { background-color: rgba(255,255,255,0.5) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner { color: rgba(0,0,0,0.9) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text { color: rgba(0,0,0,0.9) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text { background-color: rgba(255,255,255,0.5) }
.flickerplate.animate-transform-slide ul.flicks { -webkit-perspective: 1000; -webkit-backface-visibility: hidden; transform: translate3d(0%, 0px, 0px); -webkit-transform: translate3d(0%, 0px, 0px); -webkit-transition: -webkit-transform 0.6s; -o-transition: -o-transform 0.6s; -moz-transition: -moz-transform 0.6s; transition: transform 0.6s }
.flickerplate.animate-transition-slide ul.flicks { position: relative; left: 0%; -webkit-transition: left 0.4s ease-out; -moz-transition: left 0.4s ease-out; -o-transition: left 0.4s ease-out; -ms-transition: left 0.4s ease-out; transition: left 0.4s ease-out }
.flickerplate.animate-jquery-slide ul.flicks { position: relative; left: 0% }
.flickerplate.animate-scroller-slide { padding-bottom: 0px; overflow: auto }
.flickerplate.animate-scroller-slide ul.flicks { position: auto }
/*首页新闻*/
.sy_news { margin: 50px 0; background:#fff; position:relative; z-index:99;}
.sy_news_hd { margin-bottom: 40px; }
.sy_news_hd .tlt { float: left; position: relative; width: 36%; overflow: hidden; }
.sy_news_hd .tlt p { font-size: 20px; color: #37474f; font-weight: bold; float: left; height: 46px; line-height: 46px; }
.sy_news_hd .tlt em { display: block; width: 38px; height: 2px; background: #1461cc; position: absolute; bottom: 0; left: 0; }
.sy_news_hd .sy_news_right { float: right; width: 62%; position: relative; }
.sy_news_hd .sy_news_right .sy_news_type { max-width: 100%; padding-top: 10px; text-align: right; position: absolute; right: 0; top: 0; }
.sy_news_hd .sy_news_right .sy_news_type span a { display: inline-block; float: left; height: 30px; line-height: 30px; background: #dedede; text-align: center; padding: 0 15px; font-size: 12px; color: #333; margin-right: 10px; border-radius: 2px; cursor: pointer; overflow: hidden; }
.sy_news_hd .sy_news_right .sy_news_type span a.on { background: #1461cc; color: #fff; }
.sy_news_hd .sy_news_right .sy_news_type span a:hover { background: #1461cc; color: #fff; }
.img-news-l { width: 45%; float: left; margin-bottom: 30px; }
.img-news-l .imgnews-list { width: 100%; }
.img-news-l .imgnews-list li { width: 100%; }
.img-news-r { width: 50%; float: right; margin-bottom: 30px; }
.img-news-r .imgnews-list li { transform: translateY(100%); width: 100%; float: right; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; padding: 10px 0; border-bottom: 1px solid; border-color: #fff; border-color: #f2f2f2; }
.imgnews-list li .time { display: inline-block; line-height: 30px; float: right; color: #999; font-size: 13px; position: relative; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.imgnews-list li .iconfont { display: inline-block; line-height: 30px; float: right; color: #fff; color: #1461cc; font-size: 13px; position: relative; right: 35px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: 0; }
.imgnews-list li:hover .iconfont { right: 0; opacity: 1 }
.imgnews-list li:hover .time { right: 15px }
.imgnews-list li .date { text-align: center; }
.imgnews-list li .date .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; color: #999; }
.imgnews-list li .date .year { color: #fff; color: #999; position: relative; display: block }
.imgnews-list .item-1 { width: 40%; float: left; padding: 0; border: none; opacity: 1; transform: none; }
.imgnews-list .item-1 .text { background: #fff; background: #1461cc; padding: 18px 20px 0 40px; height: 120px; overflow: hidden; }
.imgnews-list .item-1 .text .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; }
.imgnews-list .item-1 .text .year { color: rgba(255, 255, 255, 0.6); position: relative; display: block }
.imgnews-list .item-1 .text .content { color: #fff; width: 75%; float: right; margin-bottom: 20px; }
.imgnews-list .item-1 .text .content h3 { color: #fff; line-height: 30px; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imgnews-list .item-1 .text .content h3 a{ color:#fff;}
.imgnews-list .item-1 .text .content p { color: rgba(255, 255, 255, 0.7); padding-top: 10px; height: 50px; overflow: hidden; line-height: 22px; }
.imgnews-list .item-1 .img { overflow: hidden; max-height: 220px; }
.imgnews-list .item-1 .img img { -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: .78; width: 100% }
.imgnews-list .item-1:hover { -webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); padding: 0 }
.imgnews-list .item-1:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); opacity: 1 }
.imgnews-list .item-2 { margin-bottom: 10px; border: none !important }
.imgnews-list li.item-other b.title { transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; display: inline-block; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%; font-size: 14px; }
.imgnews-list li.item-other:hover b.title { color: #1461cc; padding-left: 1.5%; }
.imgnews-list .item-2 .text { float: left; width: 84%; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; }
.imgnews-list .item-2:hover .text { padding-left: 1.5%; }
.imgnews-list .item-2 .text h3 { width: 100%; padding-bottom: 15px; border-bottom: 1px solid; border-color: #fff; border-color: #f2f2f2; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imgnews-list .item-2:hover .text h3 { color: #1461cc; }
.imgnews-list .item-2 .text p { margin-top: 15px; color: #999; font-size: 13px; line-height: 26px; height: 52px; overflow: hidden }
.btn-more { clear: both; border: 1px solid; color: #fff; color: #1461cc; display: block; width: 110px; text-align: center; margin: 30px auto 0; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; height: 30px; line-height: 30px; }
.btn-more:hover { background: #1461cc; color: #fff; border-color: #1461cc; text-decoration: none }
/*首页公司简介*/
.sy_about { width: 100%; background: #f5f5f5; padding-top:50px; }
.sy_about_hd { margin: 10px 0 40px; }
.sy_about_hd .tlt { float: left; position: relative; width: 36%; overflow: hidden; }
.sy_about_hd .tlt p { font-size: 20px; color: #37474f; font-weight: bold; float: left; height: 46px; line-height: 46px; }
.sy_about_hd .tlt em { display: block; width: 38px; height: 2px; background: #1461cc; position: absolute; bottom: 0; left: 0; }
.con_syabout { position: relative; height: 300px; }
.con_img_about { float: left; width: 41%; padding: 0 10px; position: relative; z-index: 2; }
.con_img_about img { width: 100%; max-height: 280px; -o-object-fit: scale-down; object-fit: scale-down; }
.con_right_about { background: #fff; width: 100%; text-align: left; padding: 5px 15px; position: absolute; top: 0px; height: 253px; z-index: 1; }
.con_right_about p.desc { font-size: 14px; color: #fff; color: #666; line-height: 1.5; padding: 30px 0; margin-left: 42%; height: 120px; overflow: hidden; margin-bottom: 20px; }
.btn-more1 { border: 1px solid; color: #fff; color: #1461cc; display: block; width: 110px; text-align: center; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; height: 30px; line-height: 30px; margin-left: 42%; }
.btn-more1:hover { background: #1461cc; color: #fff; border-color: #1461cc; text-decoration: none }
/*首页产品展示*/
.sy_pro { width: 100%; background: #f5f5f5; padding: 50px 0; position: relative; z-index: 9; }
.sy_pro_hd { margin: 10px 0 50px; }
.sy_pro_hd .tlt { float: left; position: relative;}
.sy_pro_hd .tlt p { font-size: 20px; color: #37474f; font-weight: bold; float: left; height: 46px; line-height: 46px; }
.sy_pro_hd .tlt em { display: block; width: 38px; height: 2px; background: #1461cc; position: absolute; bottom: 0; left: 0; }
.sy_pro_hd .sy_pro_right { float: right; width: 80%; position: relative; height: 40px; overflow: hidden; }
.sy_pro_hd .sy_pro_right .sy_pro_type { max-width: 100%; padding-top: 10px; text-align: right; position: absolute; right: 0; top: 0; }
.sy_pro_hd .sy_pro_right .sy_pro_type span a { display: inline-block; height: 30px; line-height: 30px; background: #dedede; text-align: center; padding: 0 15px; font-size: 12px; color: #333; margin-right: 10px; border-radius: 2px; cursor: pointer; overflow: hidden; vertical-align: top; }
.sy_pro_hd .sy_pro_right .sy_pro_type span a.on { background: #1461cc; color: #fff; }
.sy_pro_hd .sy_pro_right .sy_pro_type span a:hover { background: #1461cc; color: #fff; }
.sy_pro .pro_hd ul{margin:0 auto;max-width:100%;height:84px;overflow:hidden;}
.sy_pro .pro_hd ul li{float: left;margin:0 1px 2px;}
.sy_pro .pro_hd ul li a{display:block;background: #eee;padding: 8px 30px;color: #76838f;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;height:24px;line-height:24px;font-size:14px;max-width:150px;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;}
.sy_pro .pro_hd ul li a:hover{background: #16b4b9;color:#fff;}
.sy_pro .pro_hd ul li.on a{background: #1f71c2;color:#fff;}

.sy_pro .pro_bd ul li{float:left;width: 22.5%;margin-right:3%;margin-bottom:30px;}
.sy_pro .pro_bd ul li:nth-child(4n) {margin-right: 0px;}
.sy_pro .pro_bd ul li .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 10px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s; margin-top:10px;background:#fff;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img{text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.sy_pro .pro_bd ul li .pro_img_box p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.sy_pro .pro_bd ul li .pro_img_box:hover p a{background:#666;color:#ffffff;}
.sy_pro .pro_bd ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
.btn-more2 { margin-top: 10px; }
/*友情链接*/
.sy_link { width: 90%; max-width: 1280px; margin: 30px auto; }
.sy_link .yqlj { line-height: 22px; font-size: 12px; }
.sy_link .yqlj a { display: inline-block; margin-right: 1%; }
/*底部*/
.foot1{background-color: #1461cc;width: 100%;height:90px; clear:both;}
.foot1 ul{height:90px;display: flex;justify-content: center;align-items: center;-webkit-box-pack:center;-webkit-box-align:center;}
.foot1 ul li{float:left;color:#ffffff;}
.foot1 ul li.address{background:url(../images/pos.png) left center no-repeat;width: 44%;overflow:hidden;text-align:left;padding-left:25px;}
.foot1 ul li.tel{background:url(../images/phone.png) left center no-repeat;width: 30%;overflow:hidden;text-align:left;padding-left:25px;}
.foot1 ul li.tel a{color:#fff;}
.foot1 ul li.email{background:url(../images/email.png) left center no-repeat;width: 20%;text-align:left;padding-left:25px;overflow:hidden;}
.foot1 ul li.code {width: 20%;}
.foot1 ul li.code img{height:80px;float:right;}

.foot2{background-color: #fff;width: 100%;padding:10px 0;}
.foot2 p{color:#555;font-size:12px;}
.foot2 a{color:#555;font-size:12px;}
.foot2 a:hover{color:#0026a7;}





/*内页banner*/
.ny_banner { width: 100%; margin-bottom: 20px; position: relative; }
.ny_banner picture { display: block; }
.ny_banner img { width: 100%; height: auto; }

.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#0256ac}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#0256ac}

.bread_nav_right{ width:60%; float:right; text-align:right;}
.bread_nav_right a{ display:inline-block;padding:0 20px; height:30px; line-height:30px;margin-right:2%; color:#666; font-size:13px;}
.bread_nav_right a.on{ background:#1461cc; color:#fff;}
.bread_nav_right a:hover{background:#1461cc; color:#fff;}

.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#1461cc;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:15px; font-weight:bold;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px; font-weight:normal;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.ny_content .content_left .c_tlt em{display:none;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#1461cc;}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}

/*----普通产品滚动----*/
.h_tjcp{width:100%;padding:40px 0;}
#demo{overflow:hidden; width:100%; height:334px; margin:0 auto;padding-top:30px;}
#demo #indemo{float:left; width:800%}
#demo #demo1{float:left;}
#demo #demo2{float:left;}
#demo #indemo ul li{float:left;width:22%;margin-right:4%;}
#demo #indemo ul li .tj_pro_box{display:block;width:96%;padding:2%;border-radius: 0 0 2px 2px;background:#f1f1f1;padding-bottom:20px;position:relative;}
#demo #indemo ul li .tj_pro_box .pro_img{text-align:center;width:100%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
#demo #indemo ul li .tj_pro_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
#demo #indemo ul li .tj_pro_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#demo #indemo ul li .tj_pro_box p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#demo #indemo ul li .tj_pro_box span{margin:0 auto;display:block;width: 118px;height: 34px;border: 1px solid #dadada;display: block;text-align: center;line-height: 34px;background: none;position: relative;}
#demo #indemo ul li .tj_pro_box span:before{content: "";position: absolute;background: #1461cc;width: 0;height: 34px;left: 0;z-index: 0;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
#demo #indemo ul li .tj_pro_box span i{position: relative;z-index: 1;background:url(../images/pro_jt.png) center center no-repeat;display:block;width:100%;height: 34px;}
#demo #indemo ul li .l1 {position: absolute; top: 0; left: 0; width: 0; height: 1px; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l2 {position: absolute; top: 0; right: 0; width: 1px; height: 0; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l3 {position: absolute; bottom: 0; right: 0; width: 0; height: 1px; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l4 {position: absolute; bottom: 0; left: 0; width: 1px; height: 0; background:#515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

#demo #indemo ul li .tj_pro_box:hover  .l1{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l2{height:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l3{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l4{height:100%;}

#demo #indemo ul li .tj_pro_box:hover span{border: 1px solid #fff;}
#demo #indemo ul li .tj_pro_box:hover span i{background:url(../images/pro_jt2.png) center center no-repeat;}
#demo #indemo ul li .tj_pro_box:hover span:before{width:100%;}
/*---普通产品滚动结束---*/




/*内页产品展示*/
.ny_products{width:100%;background:#ffffff;}
.ny_products .pro_bd ul li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 72px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li .pro_img_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.ny_products .pro_bd ul li .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li .pro_img_box p a{ display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_products .pro_bd ul li .pro_img_box:hover p a{background:#666;color:#ffffff;}
.ny_products .pro_bd ul li .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}

/*分页*/
.page_list{text-align:center;padding-top:20px;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#0256ac;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1f71c2;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}


/*内页新闻列表*/
.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#1461cc;}
.new_inside ul li:hover .news_time{ background:#1461cc;}
.new_inside ul li:hover{cursor: pointer;}

/*内页成功案例*/
#ny_cgal{ width:100%; }
#ny_cgal ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#ny_cgal ul li{display:block; float:left; padding:0; margin:0;margin-right:30px; margin-bottom:30px;background:#ffffff;border:1px solid #ffffff;border-bottom:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; width:auto;}

#ny_cgal ul li .scroll_box{overflow:hidden;display:block; float:left; width:100%;height: 260px; position:relative;color:#333;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border-radius: 0 0 4px 4px;}
#ny_cgal ul li .scroll_box img{width:100%;max-height: 400px;vertical-align:middle;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
#ny_cgal ul li .scroll_box .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#ny_cgal .scroll_box .intro{width: 100%;position:absolute; left:0; z-index:10; background-color:#666; color:#ffffff;padding:0 10px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#ny_cgal .scroll_box .intro h5{padding:0; margin-bottom:10px; font-size:16px; font-weight:bold; padding:0 15px; height:40px; width:100%; line-height:40px; border-bottom:1px solid #717070;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#ny_cgal .scroll_box .intro h5 a{ color:#fff;}
#ny_cgal .scroll_box .intro p{font-size:13px; line-height:20px;height:0; overflow:hidden;transition-duration: .25s;;-ms-transition-duration: .25s;-moz-transition-duration: .25s;-webkit-transition-duration: .25s;}
#ny_cgal .scroll_box .intro{bottom:-25px;}
#ny_cgal .scroll_box:hover .intro{bottom:0px;background-color: #1461cc;}
#ny_cgal .scroll_box:hover  p{height:40px; }
#ny_cgal .scroll_box:hover h5{border-bottom:1px solid rgb(45, 122, 197)}
#ny_cgal .scroll_box:hover img{transform: scale(1.3,1.3);}


/*内页在线留言*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#0256ac;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

/*内页联系我们*/
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}


/*产品详细页*/
.page_list{margin:30px 0;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#0256ac;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:450px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

.proshow1 .js-silder .silder-ctrl-prev>span, .silder-ctrl-next>span{ background:none;}

.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#0256ac;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#0256ac;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #0256ac;color:#0256ac;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 77%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}
/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#1461cc;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#f18200;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;r*/ight:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}


/*屏幕电脑*/
@media (max-width:1199px) {
.container { width: 100%; }
.container1 { width:95%; }
#header .logo { width: 30%; margin-top: 45px; }
#header .logo img { max-height: 100%; max-width: 100%; }
.search-box { width: 65%; }
.search-box .search { width: 50%; }
.search-box .search .sr{ width:70%;}
.search-box .search .tj{ width:20%;}
.contact-index { width: 45%; margin-left: 0; }
#nav ul li a { padding: 0 10px; }
#nav ul li { margin: 0 1%; }
.sy_news { padding: 0 5%; }
.sy_pro { padding: 30px 5%; width: 90%; }
.sy_about { padding: 50px 5%; width: 90%; }
.con_right_about { top: 50px; }
.imgnews-list .item-1 .text { padding-left: 3%; }
#myscroll .scroll_box .intro {bottom: -12px;}
#ny_cgal .scroll_box .intro {bottom: -12px;}

.scrollpic_wrap{padding: 40px 0 30px;}
.sy_pro .pro_bd ul li{width:48%;}
.sy_pro .pro_bd ul li:nth-child(2n){margin-right: 0;}
.sy_pro .pro_hd ul li .pro_img_box{padding: 8px 10px;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img{height:220px;}
.ny_products .pro_bd ul li{width:48%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n){margin-right: 3%;}
.ny_products .pro_bd ul li:nth-child(6n){margin-right: 0;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:220px;}
.contact .content1 ul li a .wz{width:60%;}
.suspension{display:none;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.content_right .conn .xgcp li{width: 21%;margin-right: 5.33333%;}
.page_list{margin: 10px 0 30px;}
}


/*中等屏幕*/
@media (max-width:992px) {
.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/banner_sj1.jpg) !important;}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/banner_sj2.jpg) !important;}	
.scrollpic_wrap{margin: 10px auto 0;padding: 20px 0 30px;}
#myscroll ul li .scroll_box{height:200px;}
#myscroll .scroll_box .intro h5{font-size:14px;font-weight:normal;height:30px;line-height:30px;}
#ny_cgal ul li .scroll_box{height:200px;}
#ny_cgal .scroll_box .intro h5{font-size:14px;font-weight:normal;height:30px;line-height:30px;}
#ny_cgal ul li{ height:200px; margin-bottom:5%;}
.foot1{height:auto;}
.foot1 ul{display:block;padding:15px 0;height:auto;}
.foot1 ul li{float:none;height:30px;line-height:30px;margin-bottom:10px;text-align:center;}
.foot1 ul li.address{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.tel{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.email{width:95%;margin:0 auto;background:none;padding-left: 0;text-align:center;}
.foot1 ul li.code{width:95%;margin:0 auto;height:auto;text-align:center; text-indent: 0;}
.foot1 ul li.code img{float:none;display:inline-block;vertical-align:top;}

.foot2{width:95%;margin:0 auto;text-align:center;}
.ny_content{ padding-top:0;}
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;margin-bottom: 0;}
.page_list input{display:none !important;}
.page_list a{font-size:12px;}

}


	
/*小屏幕*/
@media (max-width:880px) {
.con_right_about { position: static; width: 91%; padding: 5px 15px 0; }
.con_right_about p.desc { margin-left: 48%; height: 55px; overflow: hidden; margin-bottom: 20px; padding-top: 15px; }
.btn-more1 { margin-left: 48%; }
.ny_news_con2 .about_img{float:none;width:100%;text-align: center;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:15px;}
.ny_zycp{padding:10px 15px;margin-top:15px;line-height: 22px;}
.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}



}


/*手机*/
@media (max-width:767px) {
.container { width: 100%; }
#header .logo { width: 80%; margin-top: 15px; }
.contact-index { display: none; }
.search-box { display: none; width: 95%; margin-right: 5%; }
.search-box .search { width: 100%; margin-top:10px; margin-bottom:20px; }
.search-box .search .sr{ width:70%;}
.search-box .search .tj{ width:20%;}
.web_nav { width: 90%; display: block; }
#nav ul { width: 100%; display: none; }
#nav ul li { width: 100%; background: #f1f1f1; border-bottom: 1px solid #ffffff; margin: 0; }
#nav ul li a { color: #333; display: block; }
.web_nav span.search_bt { display: inline-block; width: 20px; height: 30px; cursor: pointer; float: right; font-size: 20px; color: #fff; font-weight: bold; width: 44px; height: 33px; text-align: center; line-height: 33px; border-radius: 5px; margin: 8px 20px 0 0; }
.flickerplate { height: 240px; }
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner_sj1.jpg) !important; }
.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner_sj2.jpg) !important; }
.sy_news { padding: 0 5%; margin: 30px 0; }
.img-news-l { width: 100%; margin-bottom: 20px; }
.img-news-r { width: 100%; }
.sy_about { padding: 30px 5%; width: 90%; }
.con_img_about { width: 90%; }
.con_right_about { width: 90%; float: left; }
.con_right_about p.desc { margin-left: 0; }
.imgnews-list .item-1 .text { padding-left: 3%; }
.btn-more1 { margin: 0 auto; }
.sy_pro_hd { margin-bottom: 20px; }
.sy_pro_hd .sy_pro_right { width: 100%; margin-top: 10px; height: auto; overflow: visible; }
.sy_pro_hd .sy_pro_right .sy_pro_type { width: 100%; text-align: left; padding-top: 20px; position: relative; vertical-align: top; max-height: 130px; overflow: hidden; }
.sy_pro_hd .sy_pro_right .sy_pro_type span a {margin-right: 2%; margin-bottom: 15px; }
.h_tjcp{padding:20px 0;}
#myscroll ul li .scroll_box{ height:148px;}
#myscroll .scroll_box .intro{bottom: -25px;}
#ny_cgal ul li{  height:108px;  margin-bottom:5%;}
#ny_cgal ul li:nth-child(2n){ margin-right:0 !important;}
#ny_cgal ul li:nth-child(3n){margin-right: 3%;}
#ny_cgal ul li .scroll_box{ height:108px;}
#ny_cgal .scroll_box .intro{bottom: -25px;}
#ny_cgal .scroll_box .intro h5{ font-size:12px;}

#demo {height: 226px;}
#demo #indemo ul li .tj_pro_box .pro_img{height:120px;}
#demo #indemo ul li .tj_pro_box p{font-size:14px;}
#demo #indemo ul li .tj_pro_box span{width:88px;height:26px;}
#demo #indemo ul li .tj_pro_box span i{height:26px;}
.ny_tlt1{margin-bottom:15px;display:none;}
.ny_news_con2 .about_img{float:none;width:100%;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:15px;}
.ny_zycp{padding:10px 15px;margin-top:15px;line-height: 22px;}
.ny_content .content_right{float:none;width:98%;padding:1%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav .bread_nav_left{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav .bread_nav_left>em{height:15px;}
.bread_nav_right{float:none;width:100%;text-align:left; margin-top:10px;}

.ny_content .content_left {float: none;width: 100%;}
.ny_content .content_left .c_tlt{ height:40px; line-height:40px;text-align: left; padding: 0 3%;}
.ny_content .content_right .bread_nav1{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav1 h2{float:none;width:100%;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{height:15px;}


.ny_content .content_right2{padding-bottom:0;}
.sy_pro .pro_hd ul li a{padding: 8px 10px;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img{height:180px;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:180px;}

.new_inside ul li a{padding:10px;}
.new_inside ul li .news_time{top:11px;left:14px;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
.content_right .conn .proshow1{padding-top:20px; padding-bottom:20px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px; padding-bottom:20px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.content_right .conn .ny_news_con .honor img{max-width:100% !important;}
.proshow1 .js-silder .silder-main-img{ height:300px;}
.ny_content .content_left .c_tlt em{cursor:pointer; display:block;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;/*background:url(../images/jt.png) no-repeat right center;*/-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; font-size:12px; font-weight:normal;}
.pro_mulu{ display:none;}
}


.seven_box{margin: 25px auto 0;overflow: hidden;}
.seven_box ul{width: 100%;}
.seven_box ul li{float: left;width: 205px;height: 160px;margin-right: 18px;}
.seven_box ul li:before{content: " ";display: table;}
.seven_box ul li:after{content: " ";display: table;clear: both;}
.seven_box ul li em{width: 149px;height: 113px;border: 1px solid #d1d1d1;overflow: hidden;display: block;}
.seven_box ul li em img{width: 150px;height: 113px;}
.seven_box ul li:hover em img{transform: scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
.seven_box ul li h4{line-height: 50px;height: 50px;text-align: center;font-size: 16px;color: #2c2c2c;font-family: "微软雅黑" ;}

 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.seven_box ul li em{width: 171px;height: 113px;border: 1px solid #d1d1d1;overflow: hidden;display: block;}
.seven_box ul li em img{width: 171px;height: 113px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.seven_box ul li em{width: 149px;height: 113px;border: 1px solid #d1d1d1;overflow: hidden;display: block;}
.seven_box ul li em img{width: 149px;height: 113px;}
}

@media (max-width: 767px) {
.seven_box ul li em{width: 143px;height: 113px;border: 1px solid #d1d1d1;overflow: hidden;display: block;}
.seven_box ul li em img{width: 143px;height: 113px;}
}








/*首页新闻中心*/
.ly_idxNews { width: 100%; background:#f5f5f5; overflow: hidden; padding: 50px 0; }
.ly_idxNews .NewsCon .ly_news {width: 49%;float: left;margin-right: 2%;background: #fff;overflow: hidden;padding: 20px 30px;box-sizing: border-box;box-shadow: 0px 1px 40px 1px rgba(0, 0, 0, 0.1);position:relative; min-height:450px;}
.ly_idxNews .NewsCon .ly_news .newstlt { overflow: hidden; height: 60px;}
.ly_idxNews .NewsCon .ly_news .arttlt { overflow: hidden; height: 60px;}
.ly_idxNews .NewsCon .ly_news .newstlt p { float: left; font-size: 22px; color: #666; }
.ly_idxNews .NewsCon .ly_news .newstlt p span { color: #bbb; text-transform: uppercase; display: inline-block; margin-left: 10px; font-size:16px; }
.ly_idxNews .NewsCon .ly_news .newstlt a { display: block; position:absolute; top:0; right:0;}
.ly_idxNews .NewsCon .ly_news .newstlt a img { display: inline-block; }
.ly_idxNews .NewsCon .ly_news dl {height: 114px;padding-bottom: 25px;border-bottom: 1px solid #ececec;margin-bottom: 20px;}
.ly_idxNews .NewsCon .ly_news dl dt { width: 30%; height: 114px; position: relative; }
.ly_idxNews .NewsCon .ly_news dl dt img { max-width: 100%; max-height: 100%; display: block; position: absolute; margin: auto; left: 0; right: 0; bottom: 0; top: 0; }
.ly_idxNews .NewsCon .ly_news dl dd { width: 68%; overflow: hidden; }
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt { height: 35px; line-height: 35px; }
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt a { display: block; font-size: 16px; color: #666; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt a:hover { color: #1f6eb1; }
.ly_idxNews .NewsCon .ly_news dl dd p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; padding: 0; position: relative; margin-top: 5px; }
.ly_idxNews .NewsCon .ly_news dl dd span { display: block; overflow: hidden; font-size: 14px; margin: 8px 0 0; padding: 0; }
.ly_idxNews .NewsCon .ly_news dl dd span a{ color: #999;}
.ly_idxNews .NewsCon .ly_news dl:hover dd .news_tlt a{ color:#1f6eb1;}
.ly_idxNews .NewsCon .ly_news dl:hover dd span a{ color:#1f6eb1;}
.h_newslist .l2 {width: 100%;background: #fff;padding: 3px 0;box-sizing: border-box;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
.h_newslist .l2 .c_wrap { width: 100%; position: relative; margin: 0; padding: 0; }
.h_newslist .l2 .img { float: left; width: 218px; height: 123px; position: absolute; left: 0; top: 0; line-height: 0; overflow: hidden; }
.h_newslist .l2 .img img { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; transition: -webkit-transform 2s; vertical-align: middle; -ms-interpolation-mode: bicubic; }
.h_newslist .l2:hover .img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.h_newslist .l2 .tit { width: 100%; height: 30px; overflow: hidden; line-height: 30px; position: relative; position: relative; margin: 0 auto 2px; padding-right: 100px; overflow: hidden; box-sizing: border-box; }
.h_newslist .l2 .tit a {display: block;width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #666;font-size: 15px;text-overflow: ellipsis;white-space: nowrap; background:url(../images/news_ico.png) no-repeat left center; padding-left:13px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_newslist .l2 .time {width: 100px;height: 30px;overflow: hidden;line-height: 30px;color: #999;font-size: 15px;font-family: Arial;text-align: right;position: absolute;right: 0;top: 0;}
.h_newslist .l2 .info { width: 100%; height: 50px; overflow: hidden; line-height: 25px; color: #999; font-size: 14px; text-align: justify; }
.h_newslist .l2:hover .tit a { color: #1f6eb1; }
.h_newslist .l2:hover .tit a em { opacity: 1; }
.ly_idxNews .NewsCon .ly_article { width: 48.5%; float: right; margin: 0; }
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ly_idxNews { padding: 40px 0; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ly_idxNews { padding: 40px 0; }
.ly_idxNews .NewsCon .ly_news { width: 100%; }
.ly_idxNews .NewsCon .ly_article { margin-top: 20px; }
}
@media (max-width: 767px) {
.ly_idxNews { padding: 40px 0; }
.ly_idxNews .NewsCon .ly_news { width: 100%; }
.ly_idxNews .NewsCon .ly_news dl dt { width: 40%; }
.ly_idxNews .NewsCon .ly_news dl dd { width: 55%; }
.ly_idxNews .NewsCon .ly_news dl { height: 100px; }
.ly_idxNews .NewsCon .ly_news dl dd .news_tlt a {font-size: 15px; }
.ly_idxNews .NewsCon .ly_news dl dd span { font-size: 14px; }
.ly_idxNews .NewsCon .ly_news dl dd p { margin-top: 0; }
.ly_idxNews .NewsCon .ly_article { margin-top: 20px; }
}
@media (max-width: 767px) {
.ly_idxNews .NewsCon .ly_news .newstlt p { font-size: 20px; }
.ly_idxNews .NewsCon .ly_news .arttlt { height: 50px; }
.ly_idxNews .NewsCon .ly_news .newstlt p span { margin-left: 5px; }
}




/* banner 开始 */
.swiper-container1 { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-size:1920px 500px!important; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:14px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px!important; border-radius:50%; opacity:0.5; background:#fff;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {opacity:1;background:#16b4b9;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.swiper-container1 {height:417px; }
.swiper-container1 .swiper-slide { background-size:1600px 417px!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.swiper-container1 {height:378px; }
.swiper-container1 .swiper-slide { background-size:1450px 378px!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.swiper-container1 {height:268px; }
.swiper-container1 .swiper-slide { background-size:1030px 268px!important;}
}
@media screen and (max-width:767px) {
.swiper-container1 {height:125px; }
.swiper-container1 .swiper-slide { background-size:480px 125px!important;}
}
/* banner 结束 */



/*首页推荐产品*/
.tjpro_list{ padding:0;}
.swiper-container2{ overflow:hidden;position:relative; padding:0 0 50px;}
.swiper-container2 .swiper-slide{text-align:center;}
.swiper-container2 .swiper-slide .pro_img_box{display:block;width:100%;box-shadow: 0px 0px 10px 0px #e1dddd;-webkit-transition: all .25s;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s; margin-top:10px;background:#fff;}
.swiper-container2 .swiper-slide .pro_img_box .pro_img{text-align:center;width:100%;height:230px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.swiper-container2 .swiper-slide .pro_img_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.swiper-container2 .swiper-slide .pro_img_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.swiper-container2 .swiper-slide .pro_img_box p a{display:block;height:40px;line-height:40px;font-size:14px;text-align:center;color:#333;padding:0 5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.swiper-container2 .swiper-slide .pro_img_box:hover p a{background:#666;color:#ffffff;}
.swiper-container2 .swiper-slide .pro_img_box:hover img{transform: scale(1.1,1.1);opacity: 0.8;}
@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {
.swiper-container2{padding:0 0 20px;}
}



/*公司简介页面推荐产品*/
.tjpro_list3{ padding:0 0;}
.swiper-container3{ overflow:hidden;position:relative;}
.swiper-container3 .swiper-slide{text-align:center;}
.swiper-container3 .swiper-slide .tj_pro_box{display:block;width:96%;padding:2%;border-radius: 0 0 2px 2px;background:#f1f1f1;padding-bottom:20px;position:relative;}
.swiper-container3 .swiper-slide .tj_pro_box .pro_img{text-align:center;width:100%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.swiper-container3 .swiper-slide .tj_pro_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
.swiper-container3 .swiper-slide .tj_pro_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.swiper-container3 .swiper-slide .tj_pro_box p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.swiper-container3 .swiper-slide .tj_pro_box span{margin:0 auto;display:block;width: 118px;height: 34px;border: 1px solid #dadada;display: block;text-align: center;line-height: 34px;background: none;position: relative;}
.swiper-container3 .swiper-slide .tj_pro_box span:before{content: "";position: absolute;background: #1461cc;width: 0;height: 34px;left: 0;z-index: 0;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
.swiper-container3 .swiper-slide .tj_pro_box span i{position: relative;z-index: 1;background:url(../images/pro_jt.png) center center no-repeat;display:block;width:100%;height: 34px;}
.swiper-container3 .swiper-slide .l1 {position: absolute; top: 0; left: 0; width: 0; height: 1px; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.swiper-container3 .swiper-slide .l2 {position: absolute; top: 0; right: 0; width: 1px; height: 0; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.swiper-container3 .swiper-slide .l3 {position: absolute; bottom: 0; right: 0; width: 0; height: 1px; background: #515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.swiper-container3 .swiper-slide .l4 {position: absolute; bottom: 0; left: 0; width: 1px; height: 0; background:#515671;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

.swiper-container3 .swiper-slide .tj_pro_box:hover  .l1{width:100%;}
.swiper-container3 .swiper-slide .tj_pro_box:hover  .l2{height:100%;}
.swiper-container3 .swiper-slide .tj_pro_box:hover  .l3{width:100%;}
.swiper-container3 .swiper-slide .tj_pro_box:hover  .l4{height:100%;}

.swiper-container3 .swiper-slide .tj_pro_box:hover span{border: 1px solid #fff;}
.swiper-container3 .swiper-slide .tj_pro_box:hover span i{background:url(../images/pro_jt2.png) center center no-repeat;}
.swiper-container3 .swiper-slide .tj_pro_box:hover span:before{width:100%;}
@media screen and (max-width:1399px) and (min-width:1200px) {

}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {

}
@media screen and (max-width:767px) {
